home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
WINDOWS
/
WINPOEM.ARJ
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1992-04-06
|
334b
|
16 lines
# Makefile for WinPoem
winpoem.exe: winpoem.obj winpoem.def winpoem.res
tlink /Tw /v /n /c /m C:\BORLANDC\LIB\c0ws winpoem,\
winpoem,\
,\
maths cwins cs import,\
winpoem
rc winpoem.res
.cpp.obj :
BCC -H -c -ms -v -W $<
.rc.res :
rc -r -iC:\BORLANDC\INCLUDE $<